################################################
# KEEPING THIS HERE IN CASE FOCUS TREE UPDATES #
################################################
	
	focus = {
		id = ncr_my_fellow_eurekans
		icon = GFX_goal_NCR_Hayes_Expansion_Granite
		cost = 30
		available = {
			EUR = {
				NOT = {
					has_war_with = ROOT
				}
				OR = {
					borders_new_california = yes
					exists = no
				}
			}
		}
		prerequisite = {
			focus = ncr_old_world_comes_knocking
		}
		x = -7
		y = 1
		relative_position_id = ncr_old_world_comes_knocking
		completion_reward = {
			if = {
				limit = {
					EUR = {
						NOT = {
							owns_state = 548
						}
					}
				}
				if = {
					limit = {
						EUR = {
							exists = yes
							borders_new_california = yes
						}
					}
					EUR = {
						invite_to_new_california = yes
					}
				}
				custom_effect_tooltip = ncr_hayes_granite_tt
				custom_effect_tooltip = GRANITE_TT
				set_country_flag = ncr_hayes_granite_general
				set_country_flag = ncr_hayes_granite_advisor
				set_technology = {
					enclave_pa_unlock_tech = 1
				}
			}
			else = {
				EUR = {
					invite_to_new_california = yes
				}
				set_technology = {
					enclave_pa_unlock_tech = 1
				}
			}
		}
	}
	
	focus = {
		id = ncr_area_51
		icon = GFX_goal_NCR_Hayes_Expansion_Area_51
		cost = 60
		available = {
			owns_state = 389
			SKY = { exists = no }
		}
		prerequisite = {
			focus = ncr_sky_is_the_limit
		}
		x = 0
		y = 1
		relative_position_id = ncr_sky_is_the_limit
		completion_reward = {
			custom_effect_tooltip = ncr_hayes_area_51_tt
			hidden_effect = {
				every_state = {
					limit = {
						is_core_of = SKY
						is_owned_by = NCR
					}
					SKY = {
						transfer_state = PREV
					}
				}
				NCR = {
					puppet = SKY
				}
			}
			add_ideas = NCR_area_51_research_zone
			set_technology = {
				vertibird_unlock_tech = 1
			}
			# if = {
			# 	limit = {
			# 		NOT = {
			# 			has_country_flag = area_51_done_flag
			# 		}
			# 	}
			# 	news_event = ncr_hayes_expansion.1
			# }
		}
	}